Creates a linear gradient with orientation defined by an angle and a blend specified by a series of positions and color objects.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public LinearGradientBrush CreateLinearGradient ( |
Visual Basic
Copy Code
|
|---|
Public Function CreateLinearGradient ( _ |
The orientation of the gradient, expressed in degrees.
A MindFusion.Drawing.LinearGradientBrush with the specified characteristics.
See Also